Represents a method that handles progress update events of an asynchronous operation that provides progress updates.
public generic<typename TResult, typename TProgress>
delegate void AsyncOperationProgressHandler`2(
IAsyncOperationWithProgress<TResult, TProgress>^ asyncInfo,
TProgress progressInfo
)
TResult
The result.
TProgress
The progress information.
asyncInfo
Type: IAsyncOperationWithProgress<TResult, TProgress>
The asynchronous operation.
progressInfo
Type: TProgress
The progress information.
Namespace: Windows.Foundation
Metadata: windows.winmd